Sky Blue
#7DAECF
BlueColor Codes
All color formats for development
HEX
#7DAECFRGB
rgb(125, 174, 207)HSL
hsl(204, 46%, 65%)OKLCH
oklch(0.728 0.071 238.5)CMYK
cmyk(40%, 16%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#649FC6
2#4C90BD
3#3F7FA9
4#366D91
5#2D5A79
6#244861
7#1B3649
8#122430
9#091218
Tints
Lighter variations
1#8AB6D4
2#97BED8
3#A4C6DD
4#B1CEE2
5#BED6E7
6#CBDFEC
7#D8E7F1
8#E5EFF5
9#F2F7FA
Tones
Muted variations
1#81ADCB
2#85ACC7
3#89ABC2
4#8DABBE
5#91AABA
6#95A9B6
7#99A8B2
8#9EA7AE
9#A2A7AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE1 #CFE1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CA #A9CADF | BordersInactive statesPlaceholder text |
| 400 | 7DAE #7DAECF | Disabled statesSecondary iconsMuted text |
| 500 | 5797 #5797C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D7B #3D7BA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3061 #306182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2246 #22465D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162D #162D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E5EFF5;
--sky-blue-200: #CFE1ED;
--sky-blue-300: #A9CADF;
--sky-blue-400: #7DAECF;
--sky-blue-500: #5797C1;
--sky-blue-600: #3D7BA4;
--sky-blue-700: #306182;
--sky-blue-800: #22465D;
--sky-blue-900: #162D3C;
--sky-blue-950: #0E1C25;
}