Sky Blue
#6DC4DF
CyanColor Codes
All color formats for development
HEX
#6DC4DFRGB
rgb(109, 196, 223)HSL
hsl(194, 64%, 65%)OKLCH
oklch(0.776 0.092 220.3)CMYK
cmyk(51%, 12%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51B9D9
2#36AED3
3#2A9CBE
4#2485A3
5#1E6F88
6#18596D
7#124352
8#0C2C36
9#06161B
Tints
Lighter variations
1#7BCAE2
2#8AD0E5
3#99D6E9
4#A7DCEC
5#B6E2EF
6#C4E7F2
7#D3EDF5
8#E2F3F9
9#F0F9FC
Tones
Muted variations
1#72C1D9
2#78BED3
3#7EBBCE
4#83B8C8
5#89B5C2
6#8FB2BD
7#95AFB7
8#9AACB1
9#A0A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E9 #C9E9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD8 #9FD8EA | BordersInactive statesPlaceholder text |
| 400 | 6DC4 #6DC4DF | Disabled statesSecondary iconsMuted text |
| 500 | 43B3 #43B3D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2896 #2896B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2078 #207892 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1756 #175669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F37 #0F3743 | Primary textHigh emphasis contentDark headings |
| 950 | 0922 #09222A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFC;
--sky-blue-100: #E2F3F9;
--sky-blue-200: #C9E9F3;
--sky-blue-300: #9FD8EA;
--sky-blue-400: #6DC4DF;
--sky-blue-500: #43B3D6;
--sky-blue-600: #2896B8;
--sky-blue-700: #207892;
--sky-blue-800: #175669;
--sky-blue-900: #0F3743;
--sky-blue-950: #09222A;
}