Sky Blue
#6EC9DE
CyanColor Codes
All color formats for development
HEX
#6EC9DERGB
rgb(110, 201, 222)HSL
hsl(191, 63%, 65%)OKLCH
oklch(0.787 0.092 214.5)CMYK
cmyk(50%, 9%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53BFD8
2#37B5D2
3#2BA2BD
4#258BA2
5#1F7487
6#195D6C
7#124651
8#0C2E36
9#06171B
Tints
Lighter variations
1#7CCFE1
2#8BD4E5
3#99D9E8
4#A8DFEB
5#B6E4EE
6#C5EAF2
7#D3EFF5
8#E2F4F8
9#F0FAFC
Tones
Muted variations
1#73C6D8
2#79C2D3
3#7EBFCD
4#84BBC7
5#8AB8C2
6#8FB4BC
7#95B0B7
8#9BADB1
9#A0A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EB #C9EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDC #9FDCE9 | BordersInactive statesPlaceholder text |
| 400 | 6EC9 #6EC9DE | Disabled statesSecondary iconsMuted text |
| 500 | 44BA #44BAD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A9D #2A9DB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 217D #217D91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1859 #185968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F39 #0F3943 | Primary textHigh emphasis contentDark headings |
| 950 | 0924 #09242A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E2F4F8;
--sky-blue-200: #C9EBF3;
--sky-blue-300: #9FDCE9;
--sky-blue-400: #6EC9DE;
--sky-blue-500: #44BAD5;
--sky-blue-600: #2A9DB7;
--sky-blue-700: #217D91;
--sky-blue-800: #185968;
--sky-blue-900: #0F3943;
--sky-blue-950: #09242A;
}