Sky Blue
#6DC8DF
CyanColor Codes
All color formats for development
HEX
#6DC8DFRGB
rgb(109, 200, 223)HSL
hsl(192, 64%, 65%)OKLCH
oklch(0.785 0.093 216.2)CMYK
cmyk(51%, 10%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51BED9
2#36B4D3
3#2AA1BE
4#248AA3
5#1E7388
6#185C6D
7#124552
8#0C2E36
9#06171B
Tints
Lighter variations
1#7BCEE2
2#8AD3E5
3#99D9E9
4#A7DEEC
5#B6E4EF
6#C4E9F2
7#D3EFF5
8#E2F4F9
9#F0FAFC
Tones
Muted variations
1#72C5D9
2#78C1D3
3#7EBECE
4#83BAC8
5#89B7C2
6#8FB3BD
7#95B0B7
8#9AADB1
9#A0A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EB #C9EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDB #9FDBEA | BordersInactive statesPlaceholder text |
| 400 | 6DC8 #6DC8DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B8 #43B8D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 289B #289BB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 207C #207C92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1758 #175869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F38 #0F3843 | Primary textHigh emphasis contentDark headings |
| 950 | 0923 #09232A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFC;
--sky-blue-100: #E2F4F9;
--sky-blue-200: #C9EBF3;
--sky-blue-300: #9FDBEA;
--sky-blue-400: #6DC8DF;
--sky-blue-500: #43B8D6;
--sky-blue-600: #289BB8;
--sky-blue-700: #207C92;
--sky-blue-800: #175869;
--sky-blue-900: #0F3843;
--sky-blue-950: #09232A;
}