Sky Blue
#5CDFF0
CyanColor Codes
All color formats for development
HEX
#5CDFF0RGB
rgb(92, 223, 240)HSL
hsl(187, 83%, 65%)OKLCH
oklch(0.838 0.116 207.1)CMYK
cmyk(62%, 7%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DD9ED
2#1FD2EA
3#14BED4
4#11A3B6
5#0E8898
6#0B6C79
7#08515B
8#06363D
9#031B1E
Tints
Lighter variations
1#6CE2F1
2#7CE5F3
3#8DE8F4
4#9DECF6
5#ADEFF7
6#BEF2F9
7#CEF5FA
8#DEF9FC
9#EFFCFD
Tones
Muted variations
1#63D9E8
2#6AD3E1
3#72CEDA
4#79C8D2
5#81C2CB
6#88BCC3
7#90B7BC
8#97B1B5
9#9EABAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F3 #C2F3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EA #94EAF5 | BordersInactive statesPlaceholder text |
| 400 | 5CDF #5CDFF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DD5 #2DD5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B8 #13B8CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F92 #0F92A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B68 #0B6875 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0743 #07434B | Primary textHigh emphasis contentDark headings |
| 950 | 042A #042A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DEF9FC;
--sky-blue-200: #C2F3F9;
--sky-blue-300: #94EAF5;
--sky-blue-400: #5CDFF0;
--sky-blue-500: #2DD5EB;
--sky-blue-600: #13B8CD;
--sky-blue-700: #0F92A3;
--sky-blue-800: #0B6875;
--sky-blue-900: #07434B;
--sky-blue-950: #042A2F;
}