Sky Blue
#92E2F6
CyanColor Codes
All color formats for development
HEX
#92E2F6RGB
rgb(146, 226, 246)HSL
hsl(192, 85%, 77%)OKLCH
oklch(0.868 0.083 215.3)CMYK
cmyk(41%, 8%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6ED9F3
2#4ACFF0
3#26C5ED
4#12B2DA
5#0F94B6
6#0C7791
7#09596D
8#063B49
9#031E24
Tints
Lighter variations
1#9DE5F7
2#A8E8F8
3#B3EBF9
4#BEEEFA
5#C9F1FB
6#D4F4FB
7#DEF6FC
8#E9F9FD
9#F4FCFE
Tones
Muted variations
1#97DFF1
2#9CDCEC
3#A1D9E7
4#A6D6E2
5#ABD3DD
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 | C2EF #C2EFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E2 #92E2F6 | BordersInactive statesPlaceholder text |
| 400 | 5AD3 #5AD3F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BC7 #2BC7EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A9 #11A9D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D87 #0D87A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A60 #0A6076 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063E #063E4B | Primary textHigh emphasis contentDark headings |
| 950 | 0427 #04272F | 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: #C2EFFA;
--sky-blue-300: #92E2F6;
--sky-blue-400: #5AD3F2;
--sky-blue-500: #2BC7EE;
--sky-blue-600: #11A9D0;
--sky-blue-700: #0D87A5;
--sky-blue-800: #0A6076;
--sky-blue-900: #063E4B;
--sky-blue-950: #04272F;
}