Sky Blue
#51E1FB
CyanColor Codes
All color formats for development
HEX
#51E1FBRGB
rgb(81, 225, 251)HSL
hsl(189, 96%, 65%)OKLCH
oklch(0.843 0.125 212)CMYK
cmyk(68%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30DCFB
2#0FD7FA
3#05C2E3
4#04A6C3
5#038BA2
6#036F82
7#025361
8#013741
9#011C20
Tints
Lighter variations
1#62E5FC
2#73E8FC
3#85EBFD
4#96EDFD
5#A8F0FD
6#B9F3FE
7#CBF6FE
8#DCF9FE
9#EEFCFF
Tones
Muted variations
1#59DCF3
2#61D6EA
3#6AD0E2
4#72CAD9
5#7BC4D1
6#83BEC8
7#8CB8BF
8#95B2B7
9#9DACAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF4 #BEF4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CEC #8CECFD | BordersInactive statesPlaceholder text |
| 400 | 50E2 #50E2FB | Disabled statesSecondary iconsMuted text |
| 500 | 1ED9 #1ED9FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04BC #04BCDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0495 #0495AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036B #036B7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0244 #024450 | Primary textHigh emphasis contentDark headings |
| 950 | 012B #012B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DCF9FE;
--sky-blue-200: #BEF4FE;
--sky-blue-300: #8CECFD;
--sky-blue-400: #50E2FB;
--sky-blue-500: #1ED9FA;
--sky-blue-600: #04BCDC;
--sky-blue-700: #0495AF;
--sky-blue-800: #036B7D;
--sky-blue-900: #024450;
--sky-blue-950: #012B32;
}