Sky Blue
#5AEFF2
CyanColor Codes
All color formats for development
HEX
#5AEFF2RGB
rgb(90, 239, 242)HSL
hsl(181, 85%, 65%)OKLCH
oklch(0.875 0.125 197)CMYK
cmyk(63%, 1%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BECEF
2#1DE9ED
3#11D3D7
4#0FB5B8
5#0C9799
6#0A797B
7#075B5C
8#053C3D
9#021E1F
Tints
Lighter variations
1#6AF1F3
2#7BF2F4
3#8BF4F6
4#9CF5F7
5#ACF7F8
6#BDF9FA
7#CDFAFB
8#DEFCFC
9#EEFDFE
Tones
Muted variations
1#61E8EA
2#69E0E2
3#71D9DB
4#78D2D3
5#80CACC
6#87C3C4
7#8FBCBD
8#97B4B5
9#9EADAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F5 #92F5F6 | BordersInactive statesPlaceholder text |
| 400 | 5AEF #5AEFF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEB #2BEBEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11CC #11CCD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA3 #0DA3A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A74 #0A7476 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064A #064A4B | Primary textHigh emphasis contentDark headings |
| 950 | 042E #042E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFE;
--sky-blue-100: #DEFCFC;
--sky-blue-200: #C2F9FA;
--sky-blue-300: #92F5F6;
--sky-blue-400: #5AEFF2;
--sky-blue-500: #2BEBEE;
--sky-blue-600: #11CCD0;
--sky-blue-700: #0DA3A5;
--sky-blue-800: #0A7476;
--sky-blue-900: #064A4B;
--sky-blue-950: #042E2F;
}