Sky Blue
#5AEAF2
CyanColor Codes
All color formats for development
HEX
#5AEAF2RGB
rgb(90, 234, 242)HSL
hsl(183, 85%, 65%)OKLCH
oklch(0.863 0.122 200.4)CMYK
cmyk(63%, 3%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BE6EF
2#1DE2ED
3#11CDD7
4#0FB0B8
5#0C9299
6#0A757B
7#07585C
8#053B3D
9#021D1F
Tints
Lighter variations
1#6AECF3
2#7BEEF4
3#8BF0F6
4#9CF2F7
5#ACF5F8
6#BDF7FA
7#CDF9FB
8#DEFBFC
9#EEFDFE
Tones
Muted variations
1#61E3EA
2#69DCE2
3#71D6DB
4#78CFD3
5#80C8CC
6#87C1C4
7#8FBABD
8#97B3B5
9#9EADAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFB #DEFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F7 #C2F7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F1 #92F1F6 | BordersInactive statesPlaceholder text |
| 400 | 5AEA #5AEAF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BE4 #2BE4EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11C6 #11C6D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D9E #0D9EA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A71 #0A7176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0648 #06484B | Primary textHigh emphasis contentDark headings |
| 950 | 042D #042D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DEFBFC;
--sky-blue-200: #C2F7FA;
--sky-blue-300: #92F1F6;
--sky-blue-400: #5AEAF2;
--sky-blue-500: #2BE4EE;
--sky-blue-600: #11C6D0;
--sky-blue-700: #0D9EA5;
--sky-blue-800: #0A7176;
--sky-blue-900: #06484B;
--sky-blue-950: #042D2F;
}