Sky Blue
#93DFF6
CyanColor Codes
All color formats for development
HEX
#93DFF6RGB
rgb(147, 223, 246)HSL
hsl(194, 85%, 77%)OKLCH
oklch(0.862 0.081 218.9)CMYK
cmyk(40%, 9%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6ED4F3
2#4AC9F0
3#26BFED
4#12ABDA
5#0F8FB6
6#0C7291
7#09566D
8#063949
9#031D24
Tints
Lighter variations
1#9DE2F7
2#A8E5F8
3#B3E9F9
4#BEECFA
5#C9EFFB
6#D4F2FB
7#DEF5FC
8#E9F9FD
9#F4FCFE
Tones
Muted variations
1#97DCF1
2#9CDAEC
3#A1D7E7
4#A6D4E2
5#ABD2DD
6#B0CFD8
7#B5CCD3
8#BACACE
9#BFC7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2ED #C2EDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92DF #92DFF6 | BordersInactive statesPlaceholder text |
| 400 | 5ACE #5ACEF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BC0 #2BC0EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A3 #11A3D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D82 #0D82A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5D #0A5D76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063B #063B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0425 #04252F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DEF5FC;
--sky-blue-200: #C2EDFA;
--sky-blue-300: #92DFF6;
--sky-blue-400: #5ACEF2;
--sky-blue-500: #2BC0EE;
--sky-blue-600: #11A3D0;
--sky-blue-700: #0D82A5;
--sky-blue-800: #0A5D76;
--sky-blue-900: #063B4B;
--sky-blue-950: #04252F;
}