Sky Blue
#92E4F6
CyanColor Codes
All color formats for development
HEX
#92E4F6RGB
rgb(146, 228, 246)HSL
hsl(191, 85%, 77%)OKLCH
oklch(0.872 0.084 213.1)CMYK
cmyk(41%, 7%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EDBF3
2#4AD2F0
3#26C9ED
4#12B5DA
5#0F97B6
6#0C7991
7#095B6D
8#063C49
9#031E24
Tints
Lighter variations
1#9DE7F7
2#A8E9F8
3#B3ECF9
4#BEEFFA
5#C9F1FB
6#D4F4FB
7#DEF7FC
8#E9FAFD
9#F4FCFE
Tones
Muted variations
1#97E1F1
2#9CDEEC
3#A1DAE7
4#A6D7E2
5#ABD4DD
6#B0D1D8
7#B5CED3
8#BACBCE
9#BFC8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F0 #C2F0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E4 #92E4F6 | BordersInactive statesPlaceholder text |
| 400 | 5AD6 #5AD6F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BCA #2BCAEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11AD #11ADD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D89 #0D89A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A62 #0A6276 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063F #063F4B | 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: #DEF7FC;
--sky-blue-200: #C2F0FA;
--sky-blue-300: #92E4F6;
--sky-blue-400: #5AD6F2;
--sky-blue-500: #2BCAEE;
--sky-blue-600: #11ADD0;
--sky-blue-700: #0D89A5;
--sky-blue-800: #0A6276;
--sky-blue-900: #063F4B;
--sky-blue-950: #04272F;
}