Sky Blue
#95C3F4
BlueColor Codes
All color formats for development
HEX
#95C3F4RGB
rgb(149, 195, 244)HSL
hsl(211, 81%, 77%)OKLCH
oklch(0.802 0.085 250.5)CMYK
cmyk(39%, 20%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71AFF0
2#4E9AEC
3#2A86E9
4#1673D5
5#1360B2
6#0F4C8E
7#0B396B
8#072647
9#041324
Tints
Lighter variations
1#9FC9F5
2#AACFF6
3#B5D5F7
4#BFDBF8
5#CAE1F9
6#D5E7FB
7#DFEDFC
8#EAF3FD
9#F4F9FE
Tones
Muted variations
1#9AC3EF
2#9EC3EA
3#A3C3E6
4#A8C3E1
5#ADC4DC
6#B1C4D7
7#B6C4D3
8#BBC4CE
9#C0C4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DD #C3DDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C3 #95C3F4 | BordersInactive statesPlaceholder text |
| 400 | 5DA3 #5DA3EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F89 #2F89E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 156D #156DCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1157 #1157A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C3E #0C3E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0828 #08284A | Primary textHigh emphasis contentDark headings |
| 950 | 0519 #05192E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FE;
--sky-blue-100: #DFEDFC;
--sky-blue-200: #C3DDF9;
--sky-blue-300: #95C3F4;
--sky-blue-400: #5DA3EE;
--sky-blue-500: #2F89E9;
--sky-blue-600: #156DCB;
--sky-blue-700: #1157A2;
--sky-blue-800: #0C3E73;
--sky-blue-900: #08284A;
--sky-blue-950: #05192E;
}