Sky Blue
#6DD0DF
CyanColor Codes
All color formats for development
HEX
#6DD0DFRGB
rgb(109, 208, 223)HSL
hsl(188, 64%, 65%)OKLCH
oklch(0.803 0.095 208.3)CMYK
cmyk(51%, 7%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51C7D9
2#36BED3
3#2AAABE
4#2492A3
5#1E7A88
6#18616D
7#124952
8#0C3136
9#06181B
Tints
Lighter variations
1#7BD4E2
2#8AD9E5
3#99DEE9
4#A7E3EC
5#B6E7EF
6#C4ECF2
7#D3F1F5
8#E2F6F9
9#F0FAFC
Tones
Muted variations
1#72CBD9
2#78C7D3
3#7EC3CE
4#83BFC8
5#89BBC2
6#8FB7BD
7#95B2B7
8#9AAEB1
9#A0AAAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9ED #C9EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE0 #9FE0EA | BordersInactive statesPlaceholder text |
| 400 | 6DD0 #6DD0DF | Disabled statesSecondary iconsMuted text |
| 500 | 43C2 #43C2D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28A5 #28A5B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2083 #208392 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175E #175E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3C #0F3C43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFC;
--sky-blue-100: #E2F6F9;
--sky-blue-200: #C9EDF3;
--sky-blue-300: #9FE0EA;
--sky-blue-400: #6DD0DF;
--sky-blue-500: #43C2D6;
--sky-blue-600: #28A5B8;
--sky-blue-700: #208392;
--sky-blue-800: #175E69;
--sky-blue-900: #0F3C43;
--sky-blue-950: #09252A;
}