Sky Blue
#8BF2FD
CyanColor Codes
All color formats for development
HEX
#8BF2FDRGB
rgb(139, 242, 253)HSL
hsl(186, 97%, 77%)OKLCH
oklch(0.902 0.097 204.5)CMYK
cmyk(45%, 4%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65EDFD
2#3EE9FC
3#17E5FB
4#04D1E8
5#03AEC1
6#028B9B
7#026974
8#01464D
9#012327
Tints
Lighter variations
1#97F3FD
2#A3F4FE
3#AEF6FE
4#BAF7FE
5#C5F8FE
6#D1FAFE
7#DCFBFE
8#E8FCFF
9#F3FEFF
Tones
Muted variations
1#91EDF8
2#97E9F2
3#9DE4EC
4#A2E0E6
5#A8DBE1
6#AED7DB
7#B3D2D5
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 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF8 #BEF8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF2 #8BF2FD | BordersInactive statesPlaceholder text |
| 400 | 4FEB #4FEBFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DE5 #1DE5FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03C7 #03C7DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 039F #039FB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0271 #02717E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0148 #014850 | Primary textHigh emphasis contentDark headings |
| 950 | 012D #012D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFF;
--sky-blue-100: #DCFBFE;
--sky-blue-200: #BEF8FE;
--sky-blue-300: #8BF2FD;
--sky-blue-400: #4FEBFC;
--sky-blue-500: #1DE5FC;
--sky-blue-600: #03C7DD;
--sky-blue-700: #039FB0;
--sky-blue-800: #02717E;
--sky-blue-900: #014850;
--sky-blue-950: #012D32;
}