Sky Blue
#7EAECD
BlueColor Codes
All color formats for development
HEX
#7EAECDRGB
rgb(126, 174, 205)HSL
hsl(204, 44%, 65%)OKLCH
oklch(0.728 0.068 237.3)CMYK
cmyk(39%, 15%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#679EC4
2#4F8FBA
3#417EA7
4#386C8F
5#2E5A77
6#25485F
7#1C3648
8#132430
9#091218
Tints
Lighter variations
1#8BB6D2
2#98BED7
3#A5C6DC
4#B2CEE1
5#BFD6E6
6#CCDEEB
7#D8E7F0
8#E5EFF5
9#F2F7FA
Tones
Muted variations
1#82ADC9
2#86ACC5
3#8AABC1
4#8EAABD
5#92AAB9
6#96A9B5
7#9AA8B2
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 #CFE1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCA #ABCADE | BordersInactive statesPlaceholder text |
| 400 | 7EAE #7EAECD | Disabled statesSecondary iconsMuted text |
| 500 | 5A96 #5A96BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F7A #3F7AA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3261 #326181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2445 #24455C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172C #172C3B | 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: #CFE1EC;
--sky-blue-300: #ABCADE;
--sky-blue-400: #7EAECD;
--sky-blue-500: #5A96BF;
--sky-blue-600: #3F7AA2;
--sky-blue-700: #326181;
--sky-blue-800: #24455C;
--sky-blue-900: #172C3B;
--sky-blue-950: #0E1C25;
}