Sky Blue
#6DD9DF
CyanColor Codes
All color formats for development
HEX
#6DD9DFRGB
rgb(109, 217, 223)HSL
hsl(183, 64%, 65%)OKLCH
oklch(0.824 0.1 200.2)CMYK
cmyk(51%, 3%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D2D9
2#36CBD3
3#2AB7BE
4#249DA3
5#1E8388
6#18686D
7#124E52
8#0C3436
9#061A1B
Tints
Lighter variations
1#7BDDE2
2#8AE1E5
3#99E5E9
4#A7E8EC
5#B6ECEF
6#C4F0F2
7#D3F4F5
8#E2F7F9
9#F0FBFC
Tones
Muted variations
1#72D4D9
2#78CFD3
3#7ECACE
4#83C5C8
5#89BFC2
6#8FBABD
7#95B5B7
8#9AB0B1
9#A0ABAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F1 #C9F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE6 #9FE6EA | BordersInactive statesPlaceholder text |
| 400 | 6DD9 #6DD9DF | Disabled statesSecondary iconsMuted text |
| 500 | 43CE #43CED6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B1 #28B1B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 208D #208D92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1764 #176469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F40 #0F4043 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F7F9;
--sky-blue-200: #C9F1F3;
--sky-blue-300: #9FE6EA;
--sky-blue-400: #6DD9DF;
--sky-blue-500: #43CED6;
--sky-blue-600: #28B1B8;
--sky-blue-700: #208D92;
--sky-blue-800: #176469;
--sky-blue-900: #0F4043;
--sky-blue-950: #09282A;
}