Sky Blue
#51BCFB
BlueColor Codes
All color formats for development
HEX
#51BCFBRGB
rgb(81, 188, 251)HSL
hsl(202, 96%, 65%)OKLCH
oklch(0.759 0.133 238)CMYK
cmyk(68%, 25%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30B0FB
2#0FA4FA
3#0592E3
4#047DC3
5#0368A2
6#035382
7#023E61
8#012A41
9#011520
Tints
Lighter variations
1#62C3FC
2#73CAFC
3#85D1FD
4#96D7FD
5#A8DEFD
6#B9E4FE
7#CBEBFE
8#DCF2FE
9#EEF8FF
Tones
Muted variations
1#59BAF3
2#61B8EA
3#6AB6E2
4#72B3D9
5#7BB1D1
6#83AFC8
7#8CADBF
8#95AAB7
9#9DA8AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE6 #BEE6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CD3 #8CD3FD | BordersInactive statesPlaceholder text |
| 400 | 50BD #50BDFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EAA #1EAAFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 048D #048DDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0470 #0470AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0350 #03507D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0233 #023350 | Primary textHigh emphasis contentDark headings |
| 950 | 0120 #012032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FF;
--sky-blue-100: #DCF2FE;
--sky-blue-200: #BEE6FE;
--sky-blue-300: #8CD3FD;
--sky-blue-400: #50BDFB;
--sky-blue-500: #1EAAFA;
--sky-blue-600: #048DDC;
--sky-blue-700: #0470AF;
--sky-blue-800: #03507D;
--sky-blue-900: #023350;
--sky-blue-950: #012032;
}