Sky Blue
#6DDFDF
CyanColor Codes
All color formats for development
HEX
#6DDFDFRGB
rgb(109, 223, 223)HSL
hsl(180, 64%, 65%)OKLCH
oklch(0.838 0.104 195.4)CMYK
cmyk(51%, 0%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D9D9
2#36D3D3
3#2ABEBE
4#24A3A3
5#1E8888
6#186D6D
7#125252
8#0C3636
9#061B1B
Tints
Lighter variations
1#7BE2E2
2#8AE5E5
3#99E9E9
4#A7ECEC
5#B6EFEF
6#C4F2F2
7#D3F5F5
8#E2F9F9
9#F0FCFC
Tones
Muted variations
1#72D9D9
2#78D3D3
3#7ECECE
4#83C8C8
5#89C2C2
6#8FBDBD
7#95B7B7
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 #E2F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAEA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFDF | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209292 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4343 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F9F9;
--sky-blue-200: #C9F3F3;
--sky-blue-300: #9FEAEA;
--sky-blue-400: #6DDFDF;
--sky-blue-500: #43D6D6;
--sky-blue-600: #28B8B8;
--sky-blue-700: #209292;
--sky-blue-800: #176969;
--sky-blue-900: #0F4343;
--sky-blue-950: #092A2A;
}