Sky Blue
#8FEBFA
CyanColor Codes
All color formats for development
HEX
#8FEBFARGB
rgb(143, 235, 250)HSL
hsl(188, 91%, 77%)OKLCH
oklch(0.888 0.09 208.9)CMYK
cmyk(43%, 6%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69E5F8
2#44DEF6
3#1ED8F4
4#0BC4E1
5#09A4BC
6#078396
7#056271
8#04414B
9#022126
Tints
Lighter variations
1#9AEDFA
2#A5EFFB
3#B1F1FB
4#BCF3FC
5#C7F5FC
6#D2F7FD
7#DDF9FD
8#E9FBFE
9#F4FDFE
Tones
Muted variations
1#94E8F4
2#9AE4EF
3#9FE0EA
4#A4DCE4
5#AAD8DF
6#AFD4DA
7#B4D0D4
8#BACCCF
9#BFC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F4 #C0F4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FEB #8FEBFA | BordersInactive statesPlaceholder text |
| 400 | 55E1 #55E1F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24D9 #24D9F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0ABB #0ABBD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0895 #0895AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066A #066A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0444 #04444E | Primary textHigh emphasis contentDark headings |
| 950 | 022B #022B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFE;
--sky-blue-100: #DDF9FD;
--sky-blue-200: #C0F4FC;
--sky-blue-300: #8FEBFA;
--sky-blue-400: #55E1F7;
--sky-blue-500: #24D9F5;
--sky-blue-600: #0ABBD6;
--sky-blue-700: #0895AA;
--sky-blue-800: #066A7A;
--sky-blue-900: #04444E;
--sky-blue-950: #022B31;
}