Sky Blue
#50FBFB
CyanColor Codes
All color formats for development
HEX
#50FBFBRGB
rgb(80, 251, 251)HSL
hsl(180, 96%, 65%)OKLCH
oklch(0.903 0.136 195)CMYK
cmyk(68%, 0%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#30FBFB
2#0FFAFA
3#05E3E3
4#04C3C3
5#03A2A2
6#038282
7#026161
8#014141
9#012020
Tints
Lighter variations
1#62FCFC
2#73FCFC
3#85FDFD
4#96FDFD
5#A8FDFD
6#B9FEFE
7#CBFEFE
8#DCFEFE
9#EEFFFF
Tones
Muted variations
1#59F3F3
2#61EAEA
3#6AE2E2
4#72D9D9
5#7BD1D1
6#83C8C8
7#8CBFBF
8#95B7B7
9#9DAEAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDFD | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AFAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025050 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFF;
--sky-blue-100: #DCFEFE;
--sky-blue-200: #BEFEFE;
--sky-blue-300: #8CFDFD;
--sky-blue-400: #50FBFB;
--sky-blue-500: #1EFAFA;
--sky-blue-600: #04DCDC;
--sky-blue-700: #04AFAF;
--sky-blue-800: #037D7D;
--sky-blue-900: #025050;
--sky-blue-950: #013232;
}