Dodger Blue
#0ABBD6
CyanColor Codes
All color formats for development
HEX
#0ABBD6RGB
rgb(10, 187, 214)HSL
hsl(188, 91%, 44%)OKLCH
oklch(0.728 0.126 212.9)CMYK
cmyk(95%, 13%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09A8C1
2#0896AB
3#078396
4#067081
5#055E6B
6#044B56
7#033840
8#02252B
9#011315
Tints
Lighter variations
1#0BD3F2
2#25D9F5
3#40DEF6
4#5BE2F7
5#77E7F9
6#92ECFA
7#ADF1FB
8#C8F5FC
9#E4FAFE
Tones
Muted variations
1#14B4CC
2#1FACC2
3#29A5B8
4#339DAD
5#3D96A3
6#478E99
7#52878F
8#5C7F85
9#66787A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F4 #C0F4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FEB #8FEBFA | BordersInactive statesPlaceholder text |
| 400 | 55E1 #55E1F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24D9 #24D9F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0ABB #0ABBD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0895 #0895AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066A #066A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0444 #04444E | Primary textHigh emphasis contentDark headings |
| 950 | 022B #022B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFE;
--dodger-blue-100: #DDF9FD;
--dodger-blue-200: #C0F4FC;
--dodger-blue-300: #8FEBFA;
--dodger-blue-400: #55E1F7;
--dodger-blue-500: #24D9F5;
--dodger-blue-600: #0ABBD6;
--dodger-blue-700: #0895AA;
--dodger-blue-800: #066A7A;
--dodger-blue-900: #04444E;
--dodger-blue-950: #022B31;
}