Sky Blue
#92DDF6
BlueColor Codes
All color formats for development
HEX
#92DDF6RGB
rgb(146, 221, 246)HSL
hsl(195, 85%, 77%)OKLCH
oklch(0.857 0.082 221)CMYK
cmyk(41%, 10%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6ED2F3
2#4AC7F0
3#26BBED
4#12A8DA
5#0F8CB6
6#0C7091
7#09546D
8#063849
9#031C24
Tints
Lighter variations
1#9DE1F7
2#A8E4F8
3#B3E7F9
4#BEEBFA
5#C9EEFB
6#D4F2FB
7#DEF5FC
8#E9F8FD
9#F4FCFE
Tones
Muted variations
1#97DBF1
2#9CD8EC
3#A1D6E7
4#A6D3E2
5#ABD1DD
6#B0CED8
7#B5CCD3
8#BAC9CE
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 | C2EC #C2ECFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92DD #92DDF6 | BordersInactive statesPlaceholder text |
| 400 | 5ACC #5ACCF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BBD #2BBDEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A0 #11A0D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D7F #0D7FA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5B #0A5B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063A #063A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0424 #04242F | 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: #C2ECFA;
--sky-blue-300: #92DDF6;
--sky-blue-400: #5ACCF2;
--sky-blue-500: #2BBDEE;
--sky-blue-600: #11A0D0;
--sky-blue-700: #0D7FA5;
--sky-blue-800: #0A5B76;
--sky-blue-900: #063A4B;
--sky-blue-950: #04242F;
}