Sky Blue
#9FD1EA
BlueColor Codes
All color formats for development
HEX
#9FD1EARGB
rgb(159, 209, 234)HSL
hsl(200, 64%, 77%)OKLCH
oklch(0.834 0.063 230.1)CMYK
cmyk(32%, 11%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FC1E3
2#5EB2DC
3#3EA3D5
4#2A8FC1
5#2377A1
6#1C5F81
7#154761
8#0E3040
9#071820
Tints
Lighter variations
1#A8D5EC
2#B2DAEE
3#BCDFF0
4#C5E3F2
5#CFE8F4
6#D9EDF7
7#E2F1F9
8#ECF6FB
9#F5FAFD
Tones
Muted variations
1#A3D0E6
2#A6CEE2
3#AACDDF
4#AECCDB
5#B2CBD7
6#B5C9D3
7#B9C8D0
8#BDC7CC
9#C1C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E5 #C9E5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD1 #9FD1EA | BordersInactive statesPlaceholder text |
| 400 | 6DB9 #6DB9DF | Disabled statesSecondary iconsMuted text |
| 500 | 43A5 #43A5D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2888 #2888B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 206C #206C92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 174D #174D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F32 #0F3243 | Primary textHigh emphasis contentDark headings |
| 950 | 091F #091F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FC;
--sky-blue-100: #E2F1F9;
--sky-blue-200: #C9E5F3;
--sky-blue-300: #9FD1EA;
--sky-blue-400: #6DB9DF;
--sky-blue-500: #43A5D6;
--sky-blue-600: #2888B8;
--sky-blue-700: #206C92;
--sky-blue-800: #174D69;
--sky-blue-900: #0F3243;
--sky-blue-950: #091F2A;
}