Sky Blue
#6DDBDF
CyanColor Codes
All color formats for development
HEX
#6DDBDFRGB
rgb(109, 219, 223)HSL
hsl(182, 64%, 65%)OKLCH
oklch(0.828 0.101 198.6)CMYK
cmyk(51%, 2%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D4D9
2#36CED3
3#2AB9BE
4#249FA3
5#1E8488
6#186A6D
7#124F52
8#0C3536
9#061A1B
Tints
Lighter variations
1#7BDFE2
2#8AE2E5
3#99E6E9
4#A7E9EC
5#B6EDEF
6#C4F1F2
7#D3F4F5
8#E2F8F9
9#F0FBFC
Tones
Muted variations
1#72D6D9
2#78D0D3
3#7ECBCE
4#83C6C8
5#89C0C2
6#8FBBBD
7#95B6B7
8#9AB0B1
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 | 9FE7 #9FE7EA | BordersInactive statesPlaceholder text |
| 400 | 6DDB #6DDBDF | Disabled statesSecondary iconsMuted text |
| 500 | 43D1 #43D1D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B3 #28B3B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 208F #208F92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1766 #176669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F41 #0F4143 | 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: #9FE7EA;
--sky-blue-400: #6DDBDF;
--sky-blue-500: #43D1D6;
--sky-blue-600: #28B3B8;
--sky-blue-700: #208F92;
--sky-blue-800: #176669;
--sky-blue-900: #0F4143;
--sky-blue-950: #09292A;
}