DOC CS 1.6 CROSSHAIR COLOR GUIDE MODE CONSOLE
CMD cl_crosshair_color "R G B"
UTC ----

Quick Crosshair Color Switching (Key Binds)

In Counter-Strike 1.6, you can bind your crosshair color to a keyboard key the same way you bind common commands like stopsound or weapon buys.

By attaching cl_crosshair_color "R G B" to a key using the bind command, you can instantly switch crosshair colors with a single press.

This is especially helpful because different maps, lighting conditions, and situations can make certain colors easier or harder to see. Switching colors on the fly lets you maintain visibility without opening the console mid-round.

Many experienced players use this as a simple quality-of-life tweak to reduce eye strain, improve target tracking, and stay consistent in fast-paced moments. Using an Autoexec Config for Reliable Binds If certain binds (especially ones using quotes like RGB crosshair colors) don’t work properly, the most reliable method is to place the commands inside a separate .cfg file and execute them from your main config. Go to your cstrike folder, create a new text file (for example crosshair_green.cfg), and put the command inside it like this: cl_crosshair_color "255 0 0" echo Crosshair: GREEN Save the file, then bind a key in your config to run it using: bind "F9" "exec crosshair_green.cfg"

Example Key Binds

  • Red bind F9 "cl_crosshair_color 255 0 0"
  • Green bind F8 "cl_crosshair_color 0 255 0"
  • White bind F7 "cl_crosshair_color 255 255 255"
  • Yellow bind F6 "cl_crosshair_color 255 255 0"

CS 1.6 Crosshair Color Guide

Game: Counter-Strike 1.6 • Command-based RGB crosshair colors • Desktop console layout

Preview Crosshair
This is a simple visual aid for contrast. In-game appearance can vary slightly depending on resolution, brightness, and crosshair style.
Current RGB: 0 255 0

Command Format

Use this exact format
Quotes required
cl_crosshair_color "R G B"
Replace R, G, B with numbers from 0–255.

Common / Classic Colors

Unique but Legal Colors

Custom RGB Generator

Build your own crosshair color
0–255 each
R
G
B
cl_crosshair_color "0 255 0"
Tip: if you’re losing the crosshair on bright maps, try cyan, hot pink, or a slightly darker green like 152 251 152.
COPIED