Sky Blue
#95CEF3
BlueColor Codes
All color formats for development
HEX
#95CEF3RGB
rgb(149, 206, 243)HSL
hsl(204, 80%, 77%)OKLCH
oklch(0.825 0.079 237.4)CMYK
cmyk(39%, 15%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72BDEF
2#4FADEB
3#2B9CE7
4#1889D4
5#1472B1
6#105B8D
7#0C446A
8#082E47
9#041723
Tints
Lighter variations
1#A0D3F4
2#ABD8F6
3#B5DDF7
4#C0E1F8
5#CAE6F9
6#D5EBFA
7#DFF0FB
8#EAF5FD
9#F4FAFE
Tones
Muted variations
1#9ACDEF
2#9FCCEA
3#A4CBE5
4#A8CAE1
5#ADC9DC
6#B2C8D7
7#B6C7D2
8#BBC6CE
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E3 #C3E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CE #95CEF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB4 #5EB4ED | Disabled statesSecondary iconsMuted text |
| 500 | 309F #309FE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1682 #1682CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1268 #1268A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4A #0D4A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082F #082F49 | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FD;
--sky-blue-100: #DFF0FB;
--sky-blue-200: #C3E3F8;
--sky-blue-300: #95CEF3;
--sky-blue-400: #5EB4ED;
--sky-blue-500: #309FE8;
--sky-blue-600: #1682CA;
--sky-blue-700: #1268A1;
--sky-blue-800: #0D4A73;
--sky-blue-900: #082F49;
--sky-blue-950: #051E2E;
}