Sky Blue
#5BDFF1
CyanColor Codes
All color formats for development
HEX
#5BDFF1RGB
rgb(91, 223, 241)HSL
hsl(187, 84%, 65%)OKLCH
oklch(0.838 0.117 207.7)CMYK
cmyk(62%, 7%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CD9EE
2#1ED3EB
3#13BFD5
4#10A3B7
5#0D8898
6#0B6D7A
7#08525B
8#05363D
9#031B1E
Tints
Lighter variations
1#6BE2F2
2#7CE6F4
3#8CE9F5
4#9CECF6
5#ADEFF8
6#BDF2F9
7#CEF5FB
8#DEF9FC
9#EFFCFE
Tones
Muted variations
1#62D9E9
2#6AD4E2
3#71CEDA
4#79C8D3
5#80C2CB
6#88BDC4
7#8FB7BC
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 #C2F3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93EA #93EAF6 | BordersInactive statesPlaceholder text |
| 400 | 5BDF #5BDFF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CD6 #2CD6ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12B8 #12B8CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E93 #0E93A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A69 #0A6975 | 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: #C2F3FA;
--sky-blue-300: #93EAF6;
--sky-blue-400: #5BDFF1;
--sky-blue-500: #2CD6ED;
--sky-blue-600: #12B8CE;
--sky-blue-700: #0E93A4;
--sky-blue-800: #0A6975;
--sky-blue-900: #07434B;
--sky-blue-950: #042A2F;
}