Sky Blue
#5BEEF1
CyanColor Codes
All color formats for development
HEX
#5BEEF1RGB
rgb(91, 238, 241)HSL
hsl(181, 84%, 65%)OKLCH
oklch(0.873 0.124 197)CMYK
cmyk(62%, 1%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CEBEE
2#1EE8EB
3#13D2D5
4#10B4B7
5#0D9698
6#0B787A
7#085A5B
8#053C3D
9#031E1E
Tints
Lighter variations
1#6BF0F2
2#7CF2F4
3#8CF3F5
4#9CF5F6
5#ADF7F8
6#BDF8F9
7#CEFAFB
8#DEFCFC
9#EFFDFE
Tones
Muted variations
1#62E7E9
2#6AE0E2
3#71D8DA
4#79D1D3
5#80CACB
6#88C3C4
7#8FBBBC
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 | 93F4 #93F4F6 | BordersInactive statesPlaceholder text |
| 400 | 5BEE #5BEEF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CE9 #2CE9ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CB #12CBCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA2 #0EA2A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A74 #0A7475 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A4B | 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: #93F4F6;
--sky-blue-400: #5BEEF1;
--sky-blue-500: #2CE9ED;
--sky-blue-600: #12CBCE;
--sky-blue-700: #0EA2A4;
--sky-blue-800: #0A7475;
--sky-blue-900: #074A4B;
--sky-blue-950: #042E2F;
}