Sky Blue
#6DDFDD
CyanColor Codes
All color formats for development
HEX
#6DDFDDRGB
rgb(109, 223, 221)HSL
hsl(179, 64%, 65%)OKLCH
oklch(0.837 0.104 193.8)CMYK
cmyk(51%, 0%, 1%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D9D7
2#36D3D0
3#2ABEBC
4#24A3A1
5#1E8886
6#186D6B
7#125250
8#0C3636
9#061B1B
Tints
Lighter variations
1#7BE2E0
2#8AE5E4
3#99E9E7
4#A7ECEB
5#B6EFEE
6#C4F2F1
7#D3F5F5
8#E2F9F8
9#F0FCFC
Tones
Muted variations
1#72D9D7
2#78D3D2
3#7ECECC
4#83C8C7
5#89C2C1
6#8FBDBC
7#95B7B6
8#9AB1B1
9#A0ABAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE9 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFDD | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4342 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F9F8;
--sky-blue-200: #C9F3F2;
--sky-blue-300: #9FEAE9;
--sky-blue-400: #6DDFDD;
--sky-blue-500: #43D6D3;
--sky-blue-600: #28B8B6;
--sky-blue-700: #209290;
--sky-blue-800: #176967;
--sky-blue-900: #0F4342;
--sky-blue-950: #092A29;
}