Sky Blue
#7EABCE
BlueColor Codes
All color formats for development
HEX
#7EABCERGB
rgb(126, 171, 206)HSL
hsl(206, 45%, 65%)OKLCH
oklch(0.722 0.07 242.3)CMYK
cmyk(39%, 17%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#669CC5
2#4E8CBC
3#407BA8
4#376990
5#2E5878
6#244660
7#1B3548
8#122330
9#091218
Tints
Lighter variations
1#8BB3D3
2#97BCD8
3#A4C4DD
4#B1CDE2
5#BED5E6
6#CBDDEB
7#D8E6F0
8#E5EEF5
9#F2F7FA
Tones
Muted variations
1#82ABCA
2#86AAC6
3#8AA9C2
4#8EA9BE
5#92A8BA
6#96A8B6
7#9AA7B2
8#9EA7AE
9#A2A6AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE0 #CFE0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAC8 #AAC8DF | BordersInactive statesPlaceholder text |
| 400 | 7EAB #7EABCE | Disabled statesSecondary iconsMuted text |
| 500 | 5993 #5993C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E77 #3E77A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 315F #315F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2344 #23445C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162B #162B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E5EEF5;
--sky-blue-200: #CFE0ED;
--sky-blue-300: #AAC8DF;
--sky-blue-400: #7EABCE;
--sky-blue-500: #5993C0;
--sky-blue-600: #3E77A3;
--sky-blue-700: #315F81;
--sky-blue-800: #23445C;
--sky-blue-900: #162B3B;
--sky-blue-950: #0E1B25;
}