Sky Blue
#8FF3FA
CyanColor Codes
All color formats for development
HEX
#8FF3FARGB
rgb(143, 243, 250)HSL
hsl(184, 91%, 77%)OKLCH
oklch(0.905 0.094 201.4)CMYK
cmyk(43%, 3%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69EEF8
2#44EAF6
3#1EE6F4
4#0BD3E1
5#09B0BC
6#078C96
7#056971
8#04464B
9#022326
Tints
Lighter variations
1#9AF4FA
2#A5F5FB
3#B1F6FB
4#BCF8FC
5#C7F9FC
6#D2FAFD
7#DDFBFD
8#E9FDFE
9#F4FEFE
Tones
Muted variations
1#94EEF4
2#9AE9EF
3#9FE5EA
4#A4E0E4
5#AADBDF
6#AFD7DA
7#B4D2D4
8#BACECF
9#BFC9CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F8 #C0F8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FF3 #8FF3FA | BordersInactive statesPlaceholder text |
| 400 | 55EC #55ECF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24E7 #24E7F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AC9 #0AC9D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08A0 #08A0AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0672 #06727A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0449 #04494E | Primary textHigh emphasis contentDark headings |
| 950 | 022E #022E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFE;
--sky-blue-100: #DDFBFD;
--sky-blue-200: #C0F8FC;
--sky-blue-300: #8FF3FA;
--sky-blue-400: #55ECF7;
--sky-blue-500: #24E7F5;
--sky-blue-600: #0AC9D6;
--sky-blue-700: #08A0AA;
--sky-blue-800: #06727A;
--sky-blue-900: #04494E;
--sky-blue-950: #022E31;
}