Sky Blue
#6EB7DE
BlueColor Codes
All color formats for development
HEX
#6EB7DERGB
rgb(110, 183, 222)HSL
hsl(201, 63%, 65%)OKLCH
oklch(0.746 0.092 233.2)CMYK
cmyk(50%, 18%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53A9D8
2#379CD2
3#2B8ABD
4#2576A2
5#1F6387
6#194F6C
7#123B51
8#0C2736
9#06141B
Tints
Lighter variations
1#7CBEE1
2#8BC5E5
3#99CCE8
4#A8D4EB
5#B6DBEE
6#C5E2F2
7#D3E9F5
8#E2F1F8
9#F0F8FC
Tones
Muted variations
1#73B5D8
2#79B3D3
3#7EB2CD
4#84B0C7
5#8AAEC2
6#8FACBC
7#95ABB7
8#9BA9B1
9#A0A7AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E4 #C9E4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FCF #9FCFE9 | BordersInactive statesPlaceholder text |
| 400 | 6EB7 #6EB7DE | Disabled statesSecondary iconsMuted text |
| 500 | 44A2 #44A2D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A85 #2A85B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 216A #216A91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 184C #184C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F31 #0F3143 | Primary textHigh emphasis contentDark headings |
| 950 | 091E #091E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E2F1F8;
--sky-blue-200: #C9E4F3;
--sky-blue-300: #9FCFE9;
--sky-blue-400: #6EB7DE;
--sky-blue-500: #44A2D5;
--sky-blue-600: #2A85B7;
--sky-blue-700: #216A91;
--sky-blue-800: #184C68;
--sky-blue-900: #0F3143;
--sky-blue-950: #091E2A;
}