Sky Blue
#8DFCFC
CyanColor Codes
All color formats for development
HEX
#8DFCFCRGB
rgb(141, 252, 252)HSL
hsl(180, 95%, 77%)OKLCH
oklch(0.925 0.102 195.5)CMYK
cmyk(44%, 0%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66FBFB
2#40FAFA
3#1AF9F9
4#06E6E6
5#05BFBF
6#049999
7#037373
8#024D4D
9#012626
Tints
Lighter variations
1#98FCFC
2#A4FDFD
3#AFFDFD
4#BAFDFD
5#C6FEFE
6#D1FEFE
7#DDFEFE
8#E8FEFE
9#F4FFFF
Tones
Muted variations
1#92F6F6
2#98F1F1
3#9DEBEB
4#A3E6E6
5#A8E0E0
6#AEDBDB
7#B4D5D5
8#B9CFCF
9#BFCACA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCFC | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AEAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025050 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFF;
--sky-blue-100: #DCFEFE;
--sky-blue-200: #BEFDFD;
--sky-blue-300: #8DFCFC;
--sky-blue-400: #51FBFB;
--sky-blue-500: #1FF9F9;
--sky-blue-600: #06DBDB;
--sky-blue-700: #04AEAE;
--sky-blue-800: #037C7C;
--sky-blue-900: #025050;
--sky-blue-950: #013232;
}