Dodger Blue
#22CCF7
CyanColor Codes
All color formats for development
HEX
#22CCF7RGB
rgb(34, 204, 247)HSL
hsl(192, 93%, 55%)OKLCH
oklch(0.784 0.139 221.1)CMYK
cmyk(86%, 17%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09C5F4
2#08AFD9
3#0799BD
4#0683A2
5#056D87
6#04576C
7#034251
8#022C36
9#01161B
Tints
Lighter variations
1#38D1F8
2#4ED6F9
3#64DBF9
4#7AE1FA
5#90E6FB
6#A6EBFC
7#BDF0FD
8#D3F5FD
9#E9FAFE
Tones
Muted variations
1#2CC6EC
2#37BFE2
3#42B9D7
4#4CB3CC
5#57ACC2
6#62A6B7
7#6C9FAC
8#7799A2
9#829397
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF0 #BFF0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE5 #8EE5FB | BordersInactive statesPlaceholder text |
| 400 | 53D8 #53D8F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22CC #22CCF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08AF #08AFD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 068B #068BAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0463 #04637B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0340 #03404F | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFE;
--dodger-blue-100: #DDF7FE;
--dodger-blue-200: #BFF0FD;
--dodger-blue-300: #8EE5FB;
--dodger-blue-400: #53D8F9;
--dodger-blue-500: #22CCF7;
--dodger-blue-600: #08AFD9;
--dodger-blue-700: #068BAC;
--dodger-blue-800: #04637B;
--dodger-blue-900: #03404F;
--dodger-blue-950: #022831;
}