Sky Blue
#5ADBF2
CyanColor Codes
All color formats for development
HEX
#5ADBF2RGB
rgb(90, 219, 242)HSL
hsl(189, 85%, 65%)OKLCH
oklch(0.829 0.116 211.3)CMYK
cmyk(63%, 10%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BD4EF
2#1DCDED
3#11B9D7
4#0F9FB8
5#0C8499
6#0A6A7B
7#074F5C
8#05353D
9#021A1F
Tints
Lighter variations
1#6ADEF3
2#7BE2F4
3#8BE6F6
4#9CE9F7
5#ACEDF8
6#BDF1FA
7#CDF4FB
8#DEF8FC
9#EEFBFE
Tones
Muted variations
1#61D6EA
2#69D0E2
3#71CBDB
4#78C6D3
5#80C0CC
6#87BBC4
7#8FB6BD
8#97B0B5
9#9EABAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F2 #C2F2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E7 #92E7F6 | BordersInactive statesPlaceholder text |
| 400 | 5ADB #5ADBF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BD1 #2BD1EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11B3 #11B3D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D8E #0D8EA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A66 #0A6676 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0641 #06414B | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DEF8FC;
--sky-blue-200: #C2F2FA;
--sky-blue-300: #92E7F6;
--sky-blue-400: #5ADBF2;
--sky-blue-500: #2BD1EE;
--sky-blue-600: #11B3D0;
--sky-blue-700: #0D8EA5;
--sky-blue-800: #0A6676;
--sky-blue-900: #06414B;
--sky-blue-950: #04292F;
}