Dodger Blue
#0BC4D5
CyanColor Codes
All color formats for development
HEX
#0BC4D5RGB
rgb(11, 196, 213)HSL
hsl(185, 90%, 44%)OKLCH
oklch(0.75 0.127 205.9)CMYK
cmyk(95%, 8%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AB1C0
2#099DAB
3#088995
4#077680
5#06626B
6#044F55
7#033B40
8#02272B
9#011415
Tints
Lighter variations
1#0DDDF0
2#26E2F4
3#41E6F5
4#5CEAF6
5#77EDF8
6#92F1F9
7#AEF4FB
8#C9F8FC
9#E4FBFE
Tones
Muted variations
1#15BCCB
2#1FB4C1
3#2AABB7
4#34A3AD
5#3E9AA3
6#489299
7#52898E
8#5C8184
9#66797A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F7 #C0F7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F0 #90F0F9 | BordersInactive statesPlaceholder text |
| 400 | 55E9 #55E9F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25E2 #25E2F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BC4 #0BC4D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 099C #099CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0670 #067079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0447 #04474E | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FDFE;
--dodger-blue-100: #DDFBFD;
--dodger-blue-200: #C0F7FC;
--dodger-blue-300: #90F0F9;
--dodger-blue-400: #55E9F6;
--dodger-blue-500: #25E2F4;
--dodger-blue-600: #0BC4D5;
--dodger-blue-700: #099CAA;
--dodger-blue-800: #067079;
--dodger-blue-900: #04474E;
--dodger-blue-950: #032D30;
}