Sky Blue
#6DDDDF
CyanColor Codes
All color formats for development
HEX
#6DDDDFRGB
rgb(109, 221, 223)HSL
hsl(181, 64%, 65%)OKLCH
oklch(0.833 0.102 196.9)CMYK
cmyk(51%, 1%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D7D9
2#36D0D3
3#2ABCBE
4#24A1A3
5#1E8688
6#186B6D
7#125052
8#0C3636
9#061B1B
Tints
Lighter variations
1#7BE0E2
2#8AE4E5
3#99E7E9
4#A7EBEC
5#B6EEEF
6#C4F1F2
7#D3F5F5
8#E2F8F9
9#F0FCFC
Tones
Muted variations
1#72D7D9
2#78D2D3
3#7ECCCE
4#83C7C8
5#89C1C2
6#8FBCBD
7#95B6B7
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 | E2F8 #E2F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F2 #C9F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9EA | BordersInactive statesPlaceholder text |
| 400 | 6DDD #6DDDDF | Disabled statesSecondary iconsMuted text |
| 500 | 43D3 #43D3D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B6 #28B6B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2090 #209092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1767 #176769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F42 #0F4243 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F8F9;
--sky-blue-200: #C9F2F3;
--sky-blue-300: #9FE9EA;
--sky-blue-400: #6DDDDF;
--sky-blue-500: #43D3D6;
--sky-blue-600: #28B6B8;
--sky-blue-700: #209092;
--sky-blue-800: #176769;
--sky-blue-900: #0F4243;
--sky-blue-950: #09292A;
}