Sky Blue
#6EC2DE
BlueColor Codes
All color formats for development
HEX
#6EC2DERGB
rgb(110, 194, 222)HSL
hsl(195, 63%, 65%)OKLCH
oklch(0.771 0.091 221.7)CMYK
cmyk(50%, 13%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53B7D8
2#37ABD2
3#2B99BD
4#2583A2
5#1F6D87
6#19576C
7#124151
8#0C2C36
9#06161B
Tints
Lighter variations
1#7CC8E1
2#8BCEE5
3#99D4E8
4#A8DAEB
5#B6E0EE
6#C5E7F2
7#D3EDF5
8#E2F3F8
9#F0F9FC
Tones
Muted variations
1#73BFD8
2#79BCD3
3#7EB9CD
4#84B7C7
5#8AB4C2
6#8FB1BC
7#95AEB7
8#9BABB1
9#A0A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E8 #C9E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD7 #9FD7E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC2 #6EC2DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B0 #44B0D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A94 #2A94B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2175 #217591 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1854 #185468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F36 #0F3643 | Primary textHigh emphasis contentDark headings |
| 950 | 0922 #09222A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E2F3F8;
--sky-blue-200: #C9E8F3;
--sky-blue-300: #9FD7E9;
--sky-blue-400: #6EC2DE;
--sky-blue-500: #44B0D5;
--sky-blue-600: #2A94B7;
--sky-blue-700: #217591;
--sky-blue-800: #185468;
--sky-blue-900: #0F3643;
--sky-blue-950: #09222A;
}