Sky Blue
#7EA3CD
BlueColor Codes
All color formats for development
HEX
#7EA3CDRGB
rgb(126, 163, 205)HSL
hsl(212, 44%, 65%)OKLCH
oklch(0.704 0.074 252)CMYK
cmyk(39%, 20%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6792C4
2#4F81BA
3#4171A7
4#38618F
5#2E5077
6#25405F
7#1C3048
8#132030
9#091018
Tints
Lighter variations
1#8BACD2
2#98B6D7
3#A5BFDC
4#B2C8E1
5#BFD1E6
6#CCDAEB
7#D8E3F0
8#E5EDF5
9#F2F6FA
Tones
Muted variations
1#82A3C9
2#86A4C5
3#8AA4C1
4#8EA4BD
5#92A4B9
6#96A5B5
7#9AA5B2
8#9EA5AE
9#A2A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDD #CFDDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC3 #ABC3DE | BordersInactive statesPlaceholder text |
| 400 | 7EA3 #7EA3CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A89 #5A89BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F6D #3F6DA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3257 #325781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243E #243E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1728 #17283B | Primary textHigh emphasis contentDark headings |
| 950 | 0E19 #0E1925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E5EDF5;
--sky-blue-200: #CFDDEC;
--sky-blue-300: #ABC3DE;
--sky-blue-400: #7EA3CD;
--sky-blue-500: #5A89BF;
--sky-blue-600: #3F6DA2;
--sky-blue-700: #325781;
--sky-blue-800: #243E5C;
--sky-blue-900: #17283B;
--sky-blue-950: #0E1925;
}