Sky Blue
#7EA6CE
BlueColor Codes
All color formats for development
HEX
#7EA6CERGB
rgb(126, 166, 206)HSL
hsl(210, 45%, 65%)OKLCH
oklch(0.711 0.073 248.9)CMYK
cmyk(39%, 19%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6695C5
2#4E85BC
3#4074A8
4#376390
5#2E5378
6#244260
7#1B3248
8#122130
9#091118
Tints
Lighter variations
1#8BAFD3
2#97B8D8
3#A4C1DD
4#B1C9E2
5#BED2E6
6#CBDBEB
7#D8E4F0
8#E5EDF5
9#F2F6FA
Tones
Muted variations
1#82A6CA
2#86A6C6
3#8AA6C2
4#8EA6BE
5#92A6BA
6#96A6B6
7#9AA6B2
8#9EA6AE
9#A2A6AA
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 | CFDE #CFDEED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAC4 #AAC4DF | BordersInactive statesPlaceholder text |
| 400 | 7EA6 #7EA6CE | Disabled statesSecondary iconsMuted text |
| 500 | 598C #598CC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E70 #3E70A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3159 #315981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2340 #23405C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1629 #16293B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1A #0E1A25 | 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: #CFDEED;
--sky-blue-300: #AAC4DF;
--sky-blue-400: #7EA6CE;
--sky-blue-500: #598CC0;
--sky-blue-600: #3E70A3;
--sky-blue-700: #315981;
--sky-blue-800: #23405C;
--sky-blue-900: #16293B;
--sky-blue-950: #0E1A25;
}