Sky Blue
#8DF5FC
CyanColor Codes
All color formats for development
HEX
#8DF5FCRGB
rgb(141, 245, 252)HSL
hsl(184, 95%, 77%)OKLCH
oklch(0.91 0.097 201.2)CMYK
cmyk(44%, 3%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66F1FB
2#40EEFA
3#1AEAF9
4#06D7E6
5#05B3BF
6#048F99
7#036B73
8#02484D
9#012426
Tints
Lighter variations
1#98F6FC
2#A4F7FD
3#AFF8FD
4#BAF9FD
5#C6FAFE
6#D1FBFE
7#DDFCFE
8#E8FDFE
9#F4FEFF
Tones
Muted variations
1#92F0F6
2#98EBF1
3#9DE6EB
4#A3E1E6
5#A8DCE0
6#AED8DB
7#B4D3D5
8#B9CECF
9#BFC9CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF9 #BEF9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF5 #8DF5FC | BordersInactive statesPlaceholder text |
| 400 | 51EF #51EFFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FEB #1FEBF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06CD #06CDDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04A3 #04A3AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0374 #03747C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024A #024A50 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFF;
--sky-blue-100: #DCFCFE;
--sky-blue-200: #BEF9FD;
--sky-blue-300: #8DF5FC;
--sky-blue-400: #51EFFB;
--sky-blue-500: #1FEBF9;
--sky-blue-600: #06CDDB;
--sky-blue-700: #04A3AE;
--sky-blue-800: #03747C;
--sky-blue-900: #024A50;
--sky-blue-950: #012E32;
}