Dodger Blue
#16BBCA
CyanColor Codes
All color formats for development
HEX
#16BBCARGB
rgb(22, 187, 202)HSL
hsl(185, 80%, 44%)OKLCH
oklch(0.724 0.121 205.2)CMYK
cmyk(89%, 7%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14A8B6
2#1296A2
3#10838D
4#0D7079
5#0B5E65
6#094B51
7#07383D
8#042528
9#021314
Tints
Lighter variations
1#19D3E4
2#31D9E8
3#4BDEEB
4#65E2EE
5#7EE7F1
6#98ECF4
7#B2F1F6
8#CCF5F9
9#E5FAFC
Tones
Muted variations
1#1FB4C1
2#28ACB8
3#31A5AF
4#3A9DA6
5#43969D
6#4C8E94
7#55878B
8#5E7F82
9#677879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F4 #C3F4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EB #95EBF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE1 #5EE1ED | Disabled statesSecondary iconsMuted text |
| 500 | 30D9 #30D9E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16BB #16BBCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1295 #1295A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6A #0D6A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0844 #084449 | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFD;
--dodger-blue-100: #DFF9FB;
--dodger-blue-200: #C3F4F8;
--dodger-blue-300: #95EBF3;
--dodger-blue-400: #5EE1ED;
--dodger-blue-500: #30D9E8;
--dodger-blue-600: #16BBCA;
--dodger-blue-700: #1295A1;
--dodger-blue-800: #0D6A73;
--dodger-blue-900: #084449;
--dodger-blue-950: #052A2E;
}