Teal
#237E90
CyanColor Codes
All color formats for development
HEX
#237E90RGB
rgb(35, 126, 144)HSL
hsl(190, 61%, 35%)OKLCH
oklch(0.549 0.086 214.1)CMYK
cmyk(76%, 12%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F7181
2#1C6473
3#185865
4#154B56
5#113F48
6#0E3239
7#0A262B
8#07191D
9#030D0E
Tints
Lighter variations
1#2995AA
2#30ACC5
3#44BAD2
4#5FC4D8
5#7ACEDF
6#94D8E5
7#AFE1EC
8#CAEBF2
9#E4F5F9
Tones
Muted variations
1#287A8A
2#2E7685
3#33737F
4#396F7A
5#3E6B74
6#43686F
7#49646A
8#4E6164
9#545D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEB #CAEBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1DC #A1DCE8 | BordersInactive statesPlaceholder text |
| 400 | 6FCA #6FCADC | Disabled statesSecondary iconsMuted text |
| 500 | 46BB #46BBD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C9E #2C9EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 237E #237E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195A #195A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1039 #103942 | Primary textHigh emphasis contentDark headings |
| 950 | 0A24 #0A2429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E2F4F8;
--teal-200: #CAEBF2;
--teal-300: #A1DCE8;
--teal-400: #6FCADC;
--teal-500: #46BBD2;
--teal-600: #2C9EB5;
--teal-700: #237E90;
--teal-800: #195A67;
--teal-900: #103942;
--teal-950: #0A2429;
}