Sky Blue
#5BD8F1
CyanColor Codes
All color formats for development
HEX
#5BD8F1RGB
rgb(91, 216, 241)HSL
hsl(190, 84%, 65%)OKLCH
oklch(0.822 0.115 213.1)CMYK
cmyk(62%, 10%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CD0EE
2#1EC9EB
3#13B5D5
4#109BB7
5#0D8198
6#0B677A
7#084E5B
8#05343D
9#031A1E
Tints
Lighter variations
1#6BDCF2
2#7CE0F4
3#8CE4F5
4#9CE7F6
5#ADEBF8
6#BDEFF9
7#CEF3FB
8#DEF7FC
9#EFFBFE
Tones
Muted variations
1#62D3E9
2#6ACEE2
3#71C9DA
4#79C4D3
5#80BFCB
6#88BAC4
7#8FB5BC
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 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F0 #C2F0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E5 #93E5F6 | BordersInactive statesPlaceholder text |
| 400 | 5BD8 #5BD8F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CCD #2CCDED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12AF #12AFCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E8B #0E8BA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A63 #0A6375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0740 #07404B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DEF7FC;
--sky-blue-200: #C2F0FA;
--sky-blue-300: #93E5F6;
--sky-blue-400: #5BD8F1;
--sky-blue-500: #2CCDED;
--sky-blue-600: #12AFCE;
--sky-blue-700: #0E8BA4;
--sky-blue-800: #0A6375;
--sky-blue-900: #07404B;
--sky-blue-950: #04282F;
}