Sky Blue
#8BF0FD
CyanColor Codes
All color formats for development
HEX
#8BF0FDRGB
rgb(139, 240, 253)HSL
hsl(187, 97%, 77%)OKLCH
oklch(0.898 0.096 206.3)CMYK
cmyk(45%, 5%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65EBFD
2#3EE6FC
3#17E1FB
4#04CDE8
5#03ABC1
6#02899B
7#026774
8#01444D
9#012227
Tints
Lighter variations
1#97F1FD
2#A3F3FE
3#AEF4FE
4#BAF6FE
5#C5F7FE
6#D1F9FE
7#DCFAFE
8#E8FCFF
9#F3FDFF
Tones
Muted variations
1#91ECF8
2#97E7F2
3#9DE3EC
4#A2DFE6
5#A8DAE1
6#AED6DB
7#B3D1D5
8#B9CDD0
9#BFC9CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF7 #BEF7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF0 #8BF0FD | BordersInactive statesPlaceholder text |
| 400 | 4FE8 #4FE8FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DE2 #1DE2FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03C4 #03C4DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 039C #039CB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 026F #026F7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0147 #014750 | Primary textHigh emphasis contentDark headings |
| 950 | 012C #012C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFF;
--sky-blue-100: #DCFAFE;
--sky-blue-200: #BEF7FE;
--sky-blue-300: #8BF0FD;
--sky-blue-400: #4FE8FC;
--sky-blue-500: #1DE2FC;
--sky-blue-600: #03C4DD;
--sky-blue-700: #039CB0;
--sky-blue-800: #026F7E;
--sky-blue-900: #014750;
--sky-blue-950: #012C32;
}