Dodger Blue
#0FB5D2
CyanColor Codes
All color formats for development
HEX
#0FB5D2RGB
rgb(15, 181, 210)HSL
hsl(189, 87%, 44%)OKLCH
oklch(0.712 0.124 214.9)CMYK
cmyk(93%, 14%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0DA2BD
2#0C90A8
3#0A7E93
4#096C7E
5#075A69
6#064854
7#04363F
8#03242A
9#011215
Tints
Lighter variations
1#10CCED
2#29D2F0
3#44D8F2
4#5FDDF4
5#79E3F6
6#94E9F8
7#AFEEF9
8#CAF4FB
9#E4F9FD
Tones
Muted variations
1#18AEC8
2#22A7BE
3#2CA0B5
4#3699AB
5#3F92A1
6#498C97
7#53858D
8#5D7E84
9#66777A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F2 #C1F2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E8 #91E8F7 | BordersInactive statesPlaceholder text |
| 400 | 58DC #58DCF3 | Disabled statesSecondary iconsMuted text |
| 500 | 28D2 #28D2F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FB5 #0FB5D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C90 #0C90A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0867 #086777 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0542 #05424C | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DEF8FD;
--dodger-blue-200: #C1F2FB;
--dodger-blue-300: #91E8F7;
--dodger-blue-400: #58DCF3;
--dodger-blue-500: #28D2F0;
--dodger-blue-600: #0FB5D2;
--dodger-blue-700: #0C90A7;
--dodger-blue-800: #086777;
--dodger-blue-900: #05424C;
--dodger-blue-950: #032930;
}