Sky Blue
#5BE9F1
CyanColor Codes
All color formats for development
HEX
#5BE9F1RGB
rgb(91, 233, 241)HSL
hsl(183, 84%, 65%)OKLCH
oklch(0.861 0.121 200.4)CMYK
cmyk(62%, 3%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CE5EE
2#1EE1EB
3#13CCD5
4#10AFB7
5#0D9298
6#0B747A
7#08575B
8#053A3D
9#031D1E
Tints
Lighter variations
1#6BEBF2
2#7CEEF4
3#8CF0F5
4#9CF2F6
5#ADF4F8
6#BDF6F9
7#CEF8FB
8#DEFBFC
9#EFFDFE
Tones
Muted variations
1#62E2E9
2#6ADCE2
3#71D5DA
4#79CED3
5#80C7CB
6#88C1C4
7#8FBABC
8#97B3B5
9#9EACAD
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 | 93F1 #93F1F6 | BordersInactive statesPlaceholder text |
| 400 | 5BE9 #5BE9F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CE3 #2CE3ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12C5 #12C5CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E9D #0E9DA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A70 #0A7075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0748 #07484B | 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: #93F1F6;
--sky-blue-400: #5BE9F1;
--sky-blue-500: #2CE3ED;
--sky-blue-600: #12C5CE;
--sky-blue-700: #0E9DA4;
--sky-blue-800: #0A7075;
--sky-blue-900: #07484B;
--sky-blue-950: #042D2F;
}