Sky Blue
#7EACCD
BlueColor Codes
All color formats for development
HEX
#7EACCDRGB
rgb(126, 172, 205)HSL
hsl(205, 44%, 65%)OKLCH
oklch(0.724 0.069 240.1)CMYK
cmyk(39%, 16%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#679DC4
2#4F8EBA
3#417DA7
4#386B8F
5#2E5977
6#25475F
7#1C3548
8#132430
9#091218
Tints
Lighter variations
1#8BB5D2
2#98BDD7
3#A5C5DC
4#B2CDE1
5#BFD6E6
6#CCDEEB
7#D8E6F0
8#E5EEF5
9#F2F7FA
Tones
Muted variations
1#82ACC9
2#86ABC5
3#8AAAC1
4#8EAABD
5#92A9B9
6#96A8B5
7#9AA8B2
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 #CFE0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC9 #ABC9DE | BordersInactive statesPlaceholder text |
| 400 | 7EAC #7EACCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A95 #5A95BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F78 #3F78A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3260 #326081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2444 #24445C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172C #172C3B | 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: #CFE0EC;
--sky-blue-300: #ABC9DE;
--sky-blue-400: #7EACCD;
--sky-blue-500: #5A95BF;
--sky-blue-600: #3F78A2;
--sky-blue-700: #326081;
--sky-blue-800: #24445C;
--sky-blue-900: #172C3B;
--sky-blue-950: #0E1B25;
}