Sky Blue
#6DDFD3
CyanColor Codes
All color formats for development
HEX
#6DDFD3RGB
rgb(109, 223, 211)HSL
hsl(174, 64%, 65%)OKLCH
oklch(0.834 0.106 186.3)CMYK
cmyk(51%, 0%, 5%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D9CB
2#36D3C3
3#2ABEAF
4#24A396
5#1E887D
6#186D64
7#12524B
8#0C3632
9#061B19
Tints
Lighter variations
1#7BE2D8
2#8AE5DC
3#99E9E1
4#A7ECE5
5#B6EFE9
6#C4F2EE
7#D3F5F2
8#E2F9F6
9#F0FCFB
Tones
Muted variations
1#72D9CF
2#78D3CA
3#7ECEC6
4#83C8C1
5#89C2BD
6#8FBDB8
7#95B7B3
8#9AB1AF
9#A0ABAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE2 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD3 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8AA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFB;
--sky-blue-100: #E2F9F6;
--sky-blue-200: #C9F3EF;
--sky-blue-300: #9FEAE2;
--sky-blue-400: #6DDFD3;
--sky-blue-500: #43D6C7;
--sky-blue-600: #28B8AA;
--sky-blue-700: #209287;
--sky-blue-800: #176960;
--sky-blue-900: #0F433E;
--sky-blue-950: #092A27;
}