Sky Blue
#6DDFCE
CyanColor Codes
All color formats for development
HEX
#6DDFCERGB
rgb(109, 223, 206)HSL
hsl(171, 64%, 65%)OKLCH
oklch(0.832 0.107 182.6)CMYK
cmyk(51%, 0%, 8%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D9C5
2#36D3BB
3#2ABEA8
4#24A390
5#1E8878
6#186D60
7#125248
8#0C3630
9#061B18
Tints
Lighter variations
1#7BE2D3
2#8AE5D8
3#99E9DD
4#A7ECE1
5#B6EFE6
6#C4F2EB
7#D3F5F0
8#E2F9F5
9#F0FCFA
Tones
Muted variations
1#72D9CA
2#78D3C6
3#7ECEC2
4#83C8BE
5#89C2BA
6#8FBDB6
7#95B7B2
8#9AB1AE
9#A0ABAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEADF | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFCE | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17695C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFB;
--sky-blue-100: #E2F9F5;
--sky-blue-200: #C9F3ED;
--sky-blue-300: #9FEADF;
--sky-blue-400: #6DDFCE;
--sky-blue-500: #43D6C0;
--sky-blue-600: #28B8A2;
--sky-blue-700: #209281;
--sky-blue-800: #17695C;
--sky-blue-900: #0F433B;
--sky-blue-950: #092A25;
}