Sky Blue
#51D6FB
CyanColor Codes
All color formats for development
HEX
#51D6FBRGB
rgb(81, 214, 251)HSL
hsl(193, 96%, 65%)OKLCH
oklch(0.818 0.125 219.9)CMYK
cmyk(68%, 15%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30CFFB
2#0FC7FA
3#05B3E3
4#049AC3
5#0380A2
6#036682
7#024D61
8#013341
9#011A20
Tints
Lighter variations
1#62DAFC
2#73DEFC
3#85E3FD
4#96E7FD
5#A8EBFD
6#B9EFFE
7#CBF3FE
8#DCF7FE
9#EEFBFF
Tones
Muted variations
1#59D1F3
2#61CDEA
3#6AC8E2
4#72C3D9
5#7BBED1
6#83B9C8
7#8CB4BF
8#95AFB7
9#9DABAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF0 #BEF0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CE4 #8CE4FD | BordersInactive statesPlaceholder text |
| 400 | 50D6 #50D6FB | Disabled statesSecondary iconsMuted text |
| 500 | 1ECB #1ECBFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04AD #04ADDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 048A #048AAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0362 #03627D | Text on light backgroundsHeadingsStrong borders |
| 900 | 023F #023F50 | Primary textHigh emphasis contentDark headings |
| 950 | 0127 #012732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DCF7FE;
--sky-blue-200: #BEF0FE;
--sky-blue-300: #8CE4FD;
--sky-blue-400: #50D6FB;
--sky-blue-500: #1ECBFA;
--sky-blue-600: #04ADDC;
--sky-blue-700: #048AAF;
--sky-blue-800: #03627D;
--sky-blue-900: #023F50;
--sky-blue-950: #012732;
}