Sky Blue
#93E0F6
CyanColor Codes
All color formats for development
HEX
#93E0F6RGB
rgb(147, 224, 246)HSL
hsl(193, 85%, 77%)OKLCH
oklch(0.864 0.082 217.8)CMYK
cmyk(40%, 9%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6ED6F3
2#4ACCF0
3#26C2ED
4#12AFDA
5#0F91B6
6#0C7491
7#09576D
8#063A49
9#031D24
Tints
Lighter variations
1#9DE4F7
2#A8E7F8
3#B3EAF9
4#BEEDFA
5#C9F0FB
6#D4F3FB
7#DEF6FC
8#E9F9FD
9#F4FCFE
Tones
Muted variations
1#97DEF1
2#9CDBEC
3#A1D8E7
4#A6D5E2
5#ABD2DD
6#B0D0D8
7#B5CDD3
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 | DEF6 #DEF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EE #C2EEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E1 #92E1F6 | BordersInactive statesPlaceholder text |
| 400 | 5AD1 #5AD1F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BC4 #2BC4EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A6 #11A6D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D84 #0D84A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5E #0A5E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063C #063C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0426 #04262F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DEF6FC;
--sky-blue-200: #C2EEFA;
--sky-blue-300: #92E1F6;
--sky-blue-400: #5AD1F2;
--sky-blue-500: #2BC4EE;
--sky-blue-600: #11A6D0;
--sky-blue-700: #0D84A5;
--sky-blue-800: #0A5E76;
--sky-blue-900: #063C4B;
--sky-blue-950: #04262F;
}